home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / P / PhoneMachine.cpt / Phone Answerer / background_2669.txt next >
Text File  |  1987-11-29  |  894b  |  46 lines

  1. -- background: 2669 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 80
  10. -- high flags: 2000
  11. -- rect: left=58 top=265 right=302 bottom=96
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 28600 / 28600
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: MenuToggle
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global seeMenu
  23.   if seeMenu = true then
  24.     put false into seeMenu
  25.     hide menubar
  26.   else
  27.     show menuBar
  28.     put true into seeMenu
  29.   end if
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 2 (field)
  35. -- low flags: 80
  36. -- high flags: 0002
  37. -- rect: left=54 top=40 right=56 bottom=100
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 2
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: baudRate
  46.